home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libaudiofile0 / NOTES < prev    next >
Text File  |  2004-03-06  |  1KB  |  42 lines

  1. Audio File Library 0.2.6
  2. Development Notes
  3. Michael Pruett <michael@68k.org>
  4.  
  5. ----
  6.  
  7. Large file support is now available on many systems by running configure
  8. with the flag --enable-largefile.  By default support for large files
  9. is turned off.  This option is unnecessary on systems where off_t is
  10. always 64 bits (e.g. IRIX, FreeBSD, NetBSD, OpenBSD, Mac OS X).
  11.  
  12. The Audio File Library supports CCITT G.711 mu-law and A-law as well
  13. as IMA and MS ADPCM.  Many compressed data formats are not supported.
  14. This is currently the most important issue to address.
  15.  
  16. Error handling is at the present quite robust, but more work can always
  17. be done in this area.
  18.  
  19. SGI's Audio File Library on IRIX implements the following formats which
  20. this version of the library does not:
  21.  
  22.     MPEG1 audio bitstream
  23.     Sound Designer II
  24.     SampleVision
  25.     VOC
  26.     SoundFont2
  27.  
  28. I plan to implement some of these as time permits.  Sound Designer
  29. II is out of the question because of its dependency upon Macintosh
  30. resource forks.  Handling these files on Unix systems is simply not
  31. worth the effort.
  32.  
  33. ----
  34.  
  35. This version of the Audio File Library has been tested under the
  36. following operating environments:
  37.  
  38.     mips-sgi-irix6.5 / IRIX 6.5 (MIPSpro cc 7.4m)
  39.     powerpc-apple-darwin7.2.0 / Mac OS X 10.3.2 (gcc 3.3)
  40.     i686-pc-linux-gnu / Debian GNU/Linux 3.0 (gcc 2.95.4)
  41.     sparc-sun-solaris2.9 / Solaris 9 (gcc 3.0.4)
  42.